scrolledwindow: Don't hide indicators if leaving towards a child
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 2 Feb 2015 11:58:56 +0000 (12:58 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 2 Feb 2015 12:01:52 +0000 (13:01 +0100)
commit93ae728cc63db3fa724d7079d4f05d9a99e11912
tree0d5df9d0fcebad9693dbe281499d3e2b278320ce
parente82d471c550d657973149075656ec3497a02315f
scrolledwindow: Don't hide indicators if leaving towards a child

In that case the scrolledwindow still gets events through the captured
handler, and can thus still control visibility, so hiding the indicators
in this case can only lead to flashing.
gtk/gtkscrolledwindow.c